home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2.sit / Raven 1.2 / Source / Foundation / Common / SLFunctions.h < prev    next >
Text File  |  1997-02-14  |  197b  |  16 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. void SLDisable(void);
  6. void SLEnable(void);
  7.  
  8. void SLEnterInterrupt(void);
  9. void SLLeaveInterrupt(void);
  10.  
  11. void SLResetLeaks(void);
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.